UCF STIG Viewer Logo

The inetd.conf file must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22424 GEN003745 SV-26653r1_rule ECLP-1 Medium
Description
The Internet service daemon configuration files must be protected as malicious modification could cause Denial of Service or increase the attack surface of the system.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2014-04-04

Details

Check Text ( C-39295r1_chk )
Check the permissions of the inetd configuration file.
# ls -lL /etc/inet/inetd.conf
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-23894r1_fix)
Remove the extended ACL from the file.
# chmod A- /etc/inet/inetd.conf